Gets the cursor position of the specified alarm window.
string AlarmListGetValue(string classname, int cursor, int column_pos);
Parameters
string classname - The class name
int cursor - Row position of the value to be read
int column_pos - Column position of the value to be read
Return Value
Returns the data value at the specified position.
Example
buf = @AlarmListGetValue("Alarm1", 0, 2);
@Message(buf);
Description: Reads and displays the value at cursor position 0 and column position 2 in the current Alarm1 window using the Message function.
Related Helps